@charset"utf-8";
/*自定义分页符样式*/
/***
    首页banner
***/
.mgb0{
    margin-bottom: 0 !important;
}

#banner{

    /*margin-top: 84px;*/
}
#banner .swiper-container-horizontal>.swiper-pagination{
    padding:0 3%;
    bottom:5%;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet{
    display: inline-block;
    width: 10px;
    height:10px;
    margin-left: 8px;
    background-color:#bdbcba;
    transition: transform .2s;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 1;
}
#banner .swiper-pagination-bullets{
    padding:0 30px;
    left: auto;
    right: 10px;
    width: auto;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet-active{
    background-color:#fff;
}
#banner .swiper-slide img{
    max-width: 100%;
}
#banner h2{
    font-size: 24px;
    margin-top: 22px;
    text-align: center;
    color: #1c81c3;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
#banner h3{
    font-size: 14px;
    margin-bottom: 22px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
#banner h3 a{
    color: #666666;
}
.ban-im{
    width: 100%;
    position: relative;
}
.ban-im img{
    width: 100%;
}
.ban-mb{
    background-color: #1f82c3;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    padding-left: 30px;
}
.ban-mb p{
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    padding-right: 100px;
    overflow: hidden;
}
.ban-mb p a{
    color: #fff;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
    width: 44px;
    height: 70px;
    top: 50%;
    position: absolute;
    margin-top: -35px;
}

#banner .swiper-button-prev {
    left: 60px;
    background: url(../images/index/lb-lf.png) no-repeat;
}

#banner .swiper-button-next {
    right: 60px;
    background: url(../images/index/lb-rt.png) no-repeat;
}

/**/
.main{
    padding-bottom: 0px;
}
.main .inner{
    background-color: #ffffff;
    padding: 0;
}
/*
    滚动公告
*/
.txtMarquee{
    width: 99%;
    background-color: #f3f3f3;
    height: 46px;
    margin: 12px 0.5% 0;
    position: relative;
    padding-left: 44px;
    padding-right: 20px;
}
.txtMar-list ul li a{
    display: block;
    height: 46px;
    line-height: 46px;
    color: #4e4949;
    font-size: 18px;
    overflow: hidden;
}
.txtMar-list ul li a:hover{
    color: #005192;
}
.txtMar-lb{
    position: absolute;
    left: 10px;
    top: 12px;
}
.txtMar-lb span{
    display: inline-block;
    width: 27px;
    height: 23px;
    vertical-align: middle;
    background: url(../images/index/ic-hua.png) no-repeat;
}
.txtMar-btn{
    position: absolute;
    right: 10px;
    top:13px;
}
.txtMar-btn a{
    display: block;
    width: 9px;
    height: 5px;
    cursor: pointer;
}
.txtMar-btn .next{
    background-image: url(../images/index/icoUp.gif);
    margin-bottom: 10px;
}
.txtMar-btn .prev{
    background-image: url(../images/index/icoDown.gif);
}
/*新闻报道*/
.news{
    padding: 20px 20px 10px;
}
.news-lf{
    width: 420px;
    padding-right: 22px;
    border-right: 1px solid #bababa;
}
.news-rt{
    padding-left: 22px;
    width: 730px;
}
/**/
.news-con{
    width: 100%;
    margin-bottom: 30px;
}
.news-con h2{
    font-size: 20px;
    color: #000000;
    border-bottom: 1px solid #bababa;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.news-con h2.hx-blue:after{
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #005192;
    left: 0;
    bottom: -2px;
}
.news-con h2 a{
    float: right;
    font-size: 16px;
    color: #656565;
    line-height: 28px;
    padding-right: 8px;
}
.news-con h2 a:hover{
    color: #015293;
}
.news-list{
    overflow: hidden;
}
.hight192{
    height: 192px;
}
.hight128{
    height: 128px;
}
.hight160{
    height: 160px;
}
.hight96{
    height: 96px;
}
.hight288{
    height: 288px;
}
.hight198{
    height: 198px;
}
.news-list li{
    position: relative;
    padding-left: 10px;
}
.news-list li i{
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #000;
    top: 15px;
}
.news-list li a span{
    font-size: 14px;
    color: #666666;
}
.news-list li a{
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.news-list li a:hover{
    color: #015293;
}
.news-con .im{
    width: 100%;
    margin-bottom: 10px;
}
.news-con img{
    width: 100%;
}
.news-dili li a{
    width: 100%;
    display: block;
    padding-right: 80px;
    position: relative;
}
.news-dili li a span{
    position: absolute;
    right: 2px;
}
.news-list li a b{
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}
.news-box{
    width: 100%;
    position: relative;
    padding-right: 314px;
}
.news-box-lf{
    padding-right: 20px;
    width: 100%;
}
.news-box-rt{
    padding: 0px 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 314px;
}
/*国际交流大事*/
.news-guo{
    width: 100%;
    padding: 8px;
    border: 1px solid #c9c9c9;
    position: relative;
    padding-right: 160px;
    margin-top: 20px;
}
.news-guo .txt{
    width: 100%;
}
.news-guo .txt h4{
    font-size: 16px;
    padding: 15px 0 15px;
    text-align: center;
    color: #005192;
}
.news-guo .txt p{
    line-height: 24px;
    font-size: 14px;
    color: #000;
    height: 72px;
    overflow: hidden;
}
.news-guo .txt p a:hover{
    color: #015293;
}
.news-guo img{
    position: absolute;
    width: 142px;
    right: 8px;
    top: 8px;
}
/**/
.news-btn{
    margin-bottom: 30px;
}
.news-btn a{
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    height: 66px;
    line-height: 66px;
    color: #fff;
    font-size: 24px;
}
.news-btn a u{
    display: inline-block;
    width: 37px;
    height: 41px;
    background-image: url(../images/index/ic-sb.png);
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.news-btn a:first-child{
    background-color: #005192;
    margin-bottom: 25px;
}
.news-btn a:last-child{
    background-image: url(../images/index/fzx.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xxk{
    position: relative;
}
.xk-box{
    position: absolute;
    right: 0;
    top: 0;
}
.xk-box ul{
    overflow: hidden;
}
.xk-box ul li{
    float: left;
    padding: 0 5px;
}
.xk-box ul li a{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
}
.xk-box ul li a span{
    text-align: right;
}
.xk-box ul li:hover a,.xk-box ul li.active a{
   color: #015293;
}
.xxk-n>ul{
    display: none;
}
.xxk-n>ul.active{
    display: block;
}
.ad{
    padding: 0 0 15px;
}

.ad-list ul{
    overflow: hidden;
}
.ad-list ul li{
    float: left;
    width: 25%;
    padding: 0 5px 6px;
}
.ad-list ul li a{
    display: block;
}
.ad-list ul li img{
    width: 100%;
}
.ad p{
    padding: 0 5px 6px;
}
.ad p img{
    width: 100%;
}
.jxbox{
    overflow: hidden;
    padding-top: 10px;
}
.jx-lf{
    float: left;
    width: 64%;
    padding-right: 20px;
}
.jx-lf h3{
    font-size: 18px;
    color: #1f82c3;
    line-height: 28px;
    margin-bottom: 20px;
}
.jx-lf p{
    text-indent:25px;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
}
.jx-rt{
    float: left;
    width: 36%;
}
.jx-rt img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.news-con .xxk h2 a{
    display: none;
}

@media screen and (max-width: 1200px) {
    .news-rt{
        width: 562px;
    }
    .news-box-rt{
        width: 264px;
    }
    .news-box{
        padding-right: 260px;
    }
    .news-guo img{
        display: none;
    }
    .news-guo{
        padding-right: 0;
    }
    .dl-list ul{
        height: 164px;
    }
    .about .news-con{
        margin-bottom: 15px;
    }
    .h-nav ul li a{
        font-size: 16px;
    }
    .foots{
        padding-bottom: 0;
    }  
}

@media screen and (max-width: 1024px) {
    #banner .swiper-button-prev,
    #banner .swiper-button-next {
        display: none;
    }
    .txtMar-list ul li{
        height: 34px;
    }
    .txtMar-list ul li a{
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }
    .txtMarquee{
        height: 34px;
    }
    .txtMar-lb{
        top: 5px;
    }
    .txtMar-btn{
        top: 7px;
    }
    .news-lf{
        width: 42%;
    }
    .news-rt{
        width: 58%;
    }
    .news-list li a{
        font-size: 14px;
        line-height: 28px;
    }
    .hight128{
        height: 104px;
    }
    .hight192,.hight198{
        height: 168px;
    }
    .xk-box ul li{
        padding: 0 3px;
    }
    .xk-box ul li a{
        font-size: 12px;
    }
    .news-list li i{
        top: 12px;
    }
    .news-dili li a{
        padding-right: 0;
    }
    .news-con h2{
        font-size: 18px;
    }
    .xhjx{
        padding: 0 10px;
    }
    .jx-lf{
        width: 100%;
        padding-right: 0;
    }
    .jx-rt{
        display: none;
    }
    .jx-lf h3{
        font-size: 16px;
        margin-bottom: 2px;
    }
    .jxbox{
        padding-top: 0;
    }
    
}
@media screen and (max-width: 800px) {
    .news-lf,.news-box-lf{
        width: 100%;
        padding: 0 ;
        border: none;
    }
    .news-rt{
        width:100%;
        padding-left: 0;
    }
    .news-box{
        width: 100%;
        padding-right: 0; 
    }
    .news-box-rt{
        position: inherit;
        right: inherit;
        width: 100%;
        top: inherit;
        padding: 0;
    }
    .hight96{
        height: auto;
        margin-bottom: 10px;
    }
    .hight128,.hight288{
        height: auto;
    }
    .hight192,.hight198{
        height: auto;
    }
    .news-con{
        margin-bottom: 15px;
    }
    .news-con h2 a{
        font-size: 12px;
        right: 5px;
    }
    .news{
        padding: 12px 10px;
    }
}
@media screen and (max-width: 768px) {
    #banner h3,#banner h2{
        display: none;
    }
    .ban-mb{
        padding-left: 5px;
    }
    .ban-mb p{
        font-size: 14px;
        padding-right: 80px;
    }
    #banner .swiper-pagination-bullets{
        padding: 0 10px;
        right: 0px;
    }
    #banner .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin-left: 6px;
    }
    .news-con .xxk h2 a{
        display: block;
    }
    .xk-box{
        display: none;
    }
    .news-con h2{
        font-size: 16px;
    }
    .news-con h2 a{
        line-height: 22px;
    }
    .news-guo{
        margin-top: 10px;
    }
    .news-guo .txt h4{
        padding: 10px 0;
    }
}

